HaruDoc
PHP Manual

HaruDoc::loadPNG

(PECL haru >= 0.0.1)

HaruDoc::loadPNGLoad PNG image and return HaruImage instance

Descripción

object HaruDoc::loadPNG ( string $filename [, bool $deferred= false ] )

Loads a PNG image.

Libharu might be built without libpng support, in this case each call to this function would result in exception.

Lista de parámetros

filename

The name of a PNG image file.

deferred

Do not load data immediately. Defaults to FALSE. You can set deferred parameter to TRUE for deferred data loading, in this case only size and color are loaded immediately.

Valores retornados

Returns a HaruImage instance.

Errors/Exceptions

Throws a HaruException on error.

Ver también


HaruDoc
PHP Manual